Convert binary message to byte stream
Description
This scriptlet can be used to convert an Orchestra message to a Base64 encoded binary representation. In case of a binary source message, the content of the messages is converted 1:1. In case of a structured message, the content is treated as xml-message that is converted to base64-binary.
Create
Configuration
Properties and Parameter assignment
The assignment sections define the assignment of variables between the script and the process model.
The following parameters are available:
**Ingoing parameters**:
- **MSG**: Orchestra message that must be converted.
**Outgoing parameters**:
- **binary**: Binary representation or the source message.
